PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFPolylineAnnotation Class / setPoints Method
An array of points that define the polyline.
In This Topic
    setPoints Method
    In This Topic
    Sets the polyline points.
    The points in this array are given in page display coordinates, relative to top left corner of the visual page.
    Note: for cloud polygon annotations the points must be given in clockwise order.
    Syntax
    public void setPoints( 
       PDFPoint[] points
    )

    Parameters

    points
    An array of points that define the polyline.
    Exceptions
    ExceptionDescription
    When points is set and the annotation does not belong to a page.
    See Also